home *** CD-ROM | disk | FTP | other *** search
/ Chop Suey / Chop Suey (1995)(Magnet Interactive Studios).iso / common / diary.dir / 00002.ls < prev    next >
Encoding:
Text File  |  1995-06-16  |  229 b   |  13 lines

  1. on exitFrame
  2.   repeat while not (the mouseDown)
  3.     generalRoll(45, 10020)
  4.     updateStage()
  5.   end repeat
  6.   repeat while the mouseDown
  7.     generalRoll(45, 10020)
  8.     updateStage()
  9.   end repeat
  10.   updateStage()
  11.   go(the frame)
  12. end
  13.